@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham_n_work/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Ultra';
    src: url('../fonts/gotham_n_work/Gotham-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.icon-close_pop_up_agreement:before,
.icon-close_pop_up_confirm_email:before{
    content: url('../images/close_pop_up.svg');
}
.icon-SClogo:before{
    content: url('../images/homepage/svg/logo_active.svg');
}
.minglebodypopup {
    position: absolute;
    /* height: 95%; */
    width: 95%;
    max-width: 900px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border:  0;
    z-index: 1;
    -webkit-box-sizing:  border-box;
       -moz-box-sizing:  border-box;
            box-sizing:  border-box;
}
.minglebodypopup.privacy_one{
    overflow: hidden;
    border-radius: 5px;
}
.minglebodypopup .icon-close_pop_up_agreement,
.minglebodypopup .icon-close_pop_up_confirm_email{
    position: absolute;
    right: 13px;
    top: 14px;
    z-index: 1;
    cursor: pointer;
}
#container_user_notify,
#container_agreement,
#container_confirm_email,
#container_confirm_email_second {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgba(22,22,22,0.5); /* complimenting your modal colors */
    z-index: 1;
}

#container_user_notify:target,
#container_agreement:target,
#container_confirm_email:target,
#container_confirm_email_second:target {
    visibility: visible;
    display: block;
}

.unsubscribe_block {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: -1px 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 80px 0 0px;
    position: relative;
    -webkit-box-sizing:  border-box;
       -moz-box-sizing:  border-box;
            box-sizing:  border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.unsubscribe_block h1{
    font-family: 'Gotham Ultra';
    font-size: 86px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    margin: 0 auto;
    letter-spacing: -1.7px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 8px 13px rgba(0, 0, 0, 0.31);
}
.unsubscribe_block img{
    width: 326px;
    height: auto;
    margin: 30px auto;
    display: block;
}
div#loginformunsubscribe {
    text-align: center;
    margin: 0 auto 10px;
}
div#loginformunsubscribe .white_block {
    height: 60px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 35px 0 rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 3px 35px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0px 3px 35px 0 rgba(0, 0, 0, 0.33);
    padding: 0 19px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 12px;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
}
div#loginformunsubscribe .white_block label{
    font-family: 'gotham';
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.3px;
    text-align: center;
    color: #66a32d;
}
div#loginformunsubscribe .transparent_block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 13px;
}
    div#loginformunsubscribe .transparent_block label {
        font-family: 'Gotham';
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        /* letter-spacing: -0.3px; */
        text-align: center;
        color: #ffffff;
    }
div#loginformunsubscribe input[type=radio] {
    vertical-align: text-bottom;
    margin: 0 10px 0 0;
    min-width: 17px;
}
div#loginformunsubscribe .transparent_block input[type=radio] {
    vertical-align: text-bottom;
    margin: 0px 4px -1px 0;
}
div#loginformunsubscribe:not(.privacy_one) input[type=submit] {
    width: 88px;
    height: 28px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 3px 21px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 3px 21px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0px 3px 21px 0 rgba(0, 0, 0, 0.26);
    background-color:  #ffffff;
    border: solid 1px #98cd61;
    font-family: 'Gotham';
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    /* letter-spacing: -0.2px; */
    text-align: center;
    color:#87c44b;
    cursor: pointer;
    outline: none;
}
.message_info{
    height: 40px;
    background-color: #ededed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}
.message_info span{
    font-family: 'Gotham';
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.2px;
    text-align: center;
    color: #585858;
    padding: 0px 10px;
}

.message_info.errors {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all ease 1.0s;
    -o-transition: all ease 1.0s;
    -moz-transition: all ease 1.0s;
    transition: all ease 1.0s;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.message_info span.close_btn {
    position: absolute;
    right: 20px;
    font-size: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
         transform: rotate(45deg);
    cursor:pointer;
}

.overlay {
    height: 95%;
    width: 95%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.privacy_block, .unsubscribe_block{
    display:  -webkit-box;
    display:  -webkit-flex;
    display:  -moz-box;
    display:  -ms-flexbox;
    display:  flex;
    background-color: #ffffff;
    -webkit-box-pack:  justify;
    -webkit-justify-content:  space-between;
    -moz-box-pack:  justify;
    -ms-flex-pack:  justify;
    justify-content:  space-between;
}
.privacy_block .icon-SClogo {
    display: block;
    margin: 0 auto 30px;
    width: 215px;
}
.inform_side{
    width: 100%;
    max-width: 528px;
}
.inform_content{
    padding: 30px 10px 29px 50px;
}
.inform_content > p{
    width: 418px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #2d2d2d;
}

div#loginformunsubscribe.privacy_one {
    text-align: left;
}
div#loginformunsubscribe .white_block label.privacy_one{
  font-family: Montserrat;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 4.79;
  letter-spacing: normal;
  text-align: left;
  color: #2d2d2d;
}
div#loginformunsubscribe.privacy_one .SC_button{
    width: 130px;
    height: 40px;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin: 14px 0 0;
}
div#loginformunsubscribe.privacy_one .SC_button input{
    background: none;
    border:none;
    position: absolute;
    z-index: 2;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 0.4px;
    text-align: center;
    color: #ffffff;
    width: 100%;
    height: 100%;
}
div#loginformunsubscribe.privacy_one .SC_button:hover .mask_layer{
    opacity: 1;
}
.agreement_note, .agreement_note a{
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #2d2d2d;    
}
.agreement_note a{
    color: #04c48d;
    text-decoration: none;
}
.art_side{
  width: 376px;
  position: relative;
}
.art_side img{
  width: inherit;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
#confirm_email_input {
    width: 85%;
    border-radius: 20px !important;
    height: 32px;
    font-family: Montserrat;
    font-size: 14px;
    padding-left: 20px;
    border: 1px solid #ccc;
}
#invalid_email,
#error_by_design,
#internal_server_error {
    display: inline-block;
    color: red;
}
#confirmation_email_sent {
    display: inline-block;
    color: green;
}
#confirm_email_heading{
    font-weight: 500;
    font-size: 15px;
}
@media screen and (max-width:768px) {
    .unsubscribe_block h1{
        font-size: 56px;
    }
    .unsubscribe_block img{
        width: 326px;
    }
}
@media screen and (max-width:425px) {
    .unsubscribe_block h1{
        font-size: 38px;
    }
    .unsubscribe_block img{
        width: 260px;
    }
    div#loginformunsubscribe .white_block{
        padding: 10px;
    }
}

/*
    iPhone X landscape
*/

@media only screen 
    and (min-device-width: 375px) 
    and (max-device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3)  { 
    .minglebodypopup.privacy_one {
        overflow: scroll;
    }

    .minglebodypopup {
        height: 95%;
    }

    .inform_content > p {
        width: 100%;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .minglebodypopup.privacy_one {
        overflow: scroll;
    }

    .minglebodypopup {
        height: 95%;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {
    .minglebodypopup.privacy_one {
        overflow: scroll;
    }

    .minglebodypopup {
        height: 95%;
    }

    .inform_content > p {
        width: 100%;
    }

    .art_side {
        display: none;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .minglebodypopup.privacy_one {
        overflow: scroll;
    }

    .minglebodypopup {
        height: 95%;
    }

    .inform_content {
        padding: 30px 10px 29px 10px;
    }

    .inform_content > p {
        width: 100%;
    }

    .art_side {
        display: none;
    }
}